home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_148 / BUTTONCONDACTION on(press).as
Text File  |  2006-12-20  |  223b  |  9 lines

  1. on(press){
  2.    _parent.PussyF = true;
  3.    _parent.MasterVolume.stop();
  4.    Rnd = Math.floor(Math.random() * 5) + 1;
  5.    Tmp = eval("_parent.Snd5" + Rnd);
  6.    Tmp.start();
  7.    _parent.Usagi.gotoAndPlay("Ninjin_Piston");
  8. }
  9.